home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / infoserv / www / cern / dev / www-talk.9301-9306.Z / www-talk.9301-9306 / text1159.txt < prev    next >
Encoding:
Text File  |  1995-04-24  |  861 b   |  22 lines

  1. Oops. I didn't finish the thought before mistakenly delivering the message! :-(
  2. Let me try that again...
  3.  
  4. "Peter Lister, Cranfield Computer Centre" writes:
  5.  
  6. > HTML is great, but is HTTP worth it? I'm want practical details, so
  7. > don't send me philosophical waffle or flame me for being a traitor
  8. > to WWW, cos I'm not. 
  9.  
  10. Here's a practical detail, one which pushed me over the edge to setting
  11. up an http server for internal uses.  I wanted to be able to refer to
  12. documents (via hyperlinks) which were rooted somewhere, rather than having
  13. to do a lot of messy stuff like "href=../../../foo/bar.html".  I found it much
  14. easier to use "href=http://host.domain/foo/bar.html".  It can also be 
  15. a lot easier to maintain.
  16.  
  17. One could use ftp instead of http, but http is a bit more permissive about
  18. following symbolic links (e.g. outside of ~ftp, for example).
  19.  
  20. -Brian
  21.  
  22.